DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews.Xml Namespace / XHint Class / Explicit Type Conversion Operator / Explicit Type Conversion(Nullable<DateTimeOffset>,XHint) Operator
The XHint to convert.

In This Topic
    Explicit Type Conversion(Nullable<DateTimeOffset>,XHint) Operator
    In This Topic
    Converts the specified XHint to a nullable System.DateTimeOffset.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal hint As XHint _
    ) As Nullable(Of DateTimeOffset)
    public Nullable<DateTimeOffset> operator explicit( 
       XHint hint
    )

    Parameters

    hint
    The XHint to convert.

    Return Value

    The nullable System.DateTimeOffset to which this operator converts.
    See Also